toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
assets.helpers.AttributeHelper
Namespace
Attribute
Helper
Functions
Properties
Properties
missing_attribute_template
Link copied to clipboard
val
missing_attribute_template
:
text
=
"Instance does not have attribute \'%s\'"
Functions
get_required_boolean_attribute
Link copied to clipboard
function
get_required_boolean_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
boolean
get_required_byte_array_attribute
Link copied to clipboard
function
get_required_byte_array_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
byte_array
get_required_decimal_attribute
Link copied to clipboard
function
get_required_decimal_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
decimal
get_required_instance_attribute
Link copied to clipboard
function
get_required_instance_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
instance
get_required_integer_attribute
Link copied to clipboard
function
get_required_integer_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
integer
get_required_list_attribute
Link copied to clipboard
function
get_required_list_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
gtv
get_required_map_attribute
Link copied to clipboard
function
get_required_map_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
map
<
gtv
,
gtv
>
get_required_text_attribute
Link copied to clipboard
function
get_required_text_attribute
(
instance
:
instance
,
I
:
I
,
name
:
text
)
:
text
missing_attribute_error
Link copied to clipboard
function
missing_attribute_error
(
name
:
text
)
:
text